Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    f(x)  → g(f(x))
2:    g(f(x))  → x
3:    g(x)  → a
There are 2 dependency pairs:
4:    F(x)  → G(f(x))
5:    F(x)  → F(x)
The approximated dependency graph contains one SCC: {5}.
Tyrolean Termination Tool  (0.01 seconds)   ---  May 3, 2006